home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gEDUtoolsActive, gCurrentCDpath, topicLetter, gLang, topicLetterSave
- if gEDUtoolsActive then
- else
- tell the stage
- vStageMovieName = the movieName
- end tell
- if not (vStageMovieName starts "Help") then
- vorigMember = the member of sprite the clickOn
- set the member of sprite the clickOn to member("help dn")
- sound stop 2
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- set the member of sprite the clickOn to vorigMember
- updateStage()
- if topicLetter = VOID then
- topicLetter = "A"
- topicLetterSave = topicLetter
- end if
- if the machineType = 256 then
- tell the stage
- go("credits", "Help.dir")
- end tell
- else
- tell the stage
- go("credits", "Help.dir")
- end tell
- end if
- end if
- end if
- end
-
- on mouseEnter
- set the member of sprite 23 to member("help prompt")
- updateStage()
- end
-
- on mouseLeave
- set the member of sprite 23 to member("blank prompt")
- updateStage()
- end
-